home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 225.lha / Demo_Alex / DOC / How to use < prev    next >
Encoding:
Text File  |  1989-04-12  |  4.4 KB  |  143 lines

  1. ***
  2. ***  Alex Amiga Emulator 
  3. ***
  4. *** How to use
  5. ***
  6.  
  7.  
  8.  
  9. 1.  Simple description 
  10.  
  11.     Here is a list of the capabilities of the Alex Emulator:
  12.  
  13.     - Color support, with a 16 enties color map
  14.     - 4096 color palette
  15.     - Multitasking
  16.     - Complete serial port control ( 300 to 9600 baud )
  17.     - Nul-Modem support
  18.     - Fully Bilingual
  19.  
  20.  
  21.  
  22.  
  23. 2.  The finished version also includes: 
  24.  
  25.     - NAPLPS Capture buffer
  26.     - IFF Snapshot ( NAPLPS Screens saved as Amiga graphic files )
  27.     - On Screen Clock displaying elapsed time and money
  28.     - Automatic dialing by category of service
  29.     - Initialisation string for the modem
  30.  
  31. 3.  Getting started 
  32.  
  33.     To start the emulator, Double-click the Alex icon with the left mouse
  34.     button.
  35.  
  36.     The program starts in ASCII mode. You should see a white telephone
  37.     telling you that you are disconnected.
  38.  
  39.     When NAPLPS mode is active you can also see at your right a
  40.     stripe with multiple buttons. On each button there is an icon
  41.     representing each of the Alex function keys. You can activate
  42.     the Alex function key you want by clicking over it with the left
  43.     mouse button.
  44.  
  45. 4.  Using Menus 
  46.  
  47.     Menus are defined to help the user control the behavior of the
  48.     Emulator. Press the rigth mouse button ( also called 'Menu'
  49.     button ) and move the mouse over an item. To select an item, release
  50.     the Menu button over the choosed item.
  51.  
  52.     If there is a letter on the rigth of a menu item ( like 'D'
  53.     for Dial ), you can short circuit the selection of that item by
  54.     pressing the letter with the right Amiga key.
  55.  
  56. 5.  Loggin in 
  57.  
  58.     Everything you type is sent to the modem, so you can use commands
  59.     like ATDT to try to log in. You can use the menu option
  60.     DIAL to make the Emulator dial for you. Click in the empty
  61.     container, type in your number and click on 'OK' to DIAL. But the
  62.     best way is to directly select the category of service you desire
  63.     using the menu option PHONEBOOK.
  64.  
  65.  
  66.  
  67.     The Emulator will know when you connect and will inform you by
  68.     displaying for 5 seconds a small terminal at the bottom
  69.     right corner of the screen.
  70.  
  71.     Once logged in, you can follow the usual entry procedure for all
  72.     Alex terminals.
  73.  
  74. 6.  Once connected 
  75.  
  76.     When you are connected, the Emulator behaves like a normal Alex
  77.     terminal. You should consult the 'Keyboard' to see the differences
  78.     between the Amiga keyboard and the standard Alex keyboard.
  79.  
  80.     To send a Break, you must use the menus, or press 'B' and
  81.     the right Amiga key.
  82.  
  83.     To hangup you can, turn off the modem, use the Hangup menu item,
  84.     press twice on the F10 key or double-click on the phone button
  85.     at the bottom right of the screen.
  86.  
  87.  
  88.  
  89. 7.  Exiting 
  90.  
  91.     To exit the Emulator, use the menu item 'QUIT' or press
  92.     'Q' with the right Amiga key.
  93.  
  94. 8.  List of Menu functions 
  95.  
  96.     -- General --
  97.     Dial:        Permit you to Dial and connect somewhere
  98.     Phone Book:    Dial directly by chossing the type of service
  99.     Hangup:        Disconnect and hangup the phone
  100.     Send Break:    Send a break to the host
  101.     SnapShot:    SnapShot the screen and saves the image in a
  102.             standard Amiga file format.
  103.     Quit:        Exit program
  104.  
  105.     -- Modem --  ( The checkmarks indicates the current setup )
  106.     Baud:    (300..9600 bauds)
  107.     Length:    (7 or 8 bits)
  108.     Parity:    ( None,Even,Odd )
  109.     Stop bits:    ( 1 or 2 )
  110.  
  111.     -- Preferences ---
  112.     ... En Francais :    Used to change the language between English
  113.                 and french.
  114.     Clock:            Display the clock on the down right corner
  115.                 of the screen.
  116.     ASCII <-> NAPLPS:    Switch from ASCII mode to NAPLPS and vice
  117.                 versa. This is used to permit to escape
  118.                 if a transmit error occur that will change
  119.                 no-willingly the current mode.
  120.  
  121. 9. Configuration files
  122.  
  123.     There is two configuration files.
  124.     The first one is called Configuration and contains informations 
  125.     regarding prefered language and colors, type of phone line and the
  126.     phone numbers associated with the services provided by Bell
  127.     (Alex 1, Alex 2,...). This file    is easily editable by using the
  128.     special Editor provided in the package (see "Editor").
  129.     
  130.     The other file concerns initialisation string for the modem and
  131.     associated costs for the different services. Though those setups
  132.     won't change often, they are editable by using a normal ASCII editor. The format is:
  133.  
  134.     Init:
  135.     initialisation string
  136.     other initialisation string
  137.     ...
  138.     Tarif:
  139.     A=cost (2 digits),rebate (in seconds)
  140.     B=12,00
  141.     ...
  142.     
  143.